Skip to content

Add platform domain plus testing and utility skills#44

Open
MajorLift wants to merge 2 commits into
MetaMask:mainfrom
MajorLift:add/platform-skills
Open

Add platform domain plus testing and utility skills#44
MajorLift wants to merge 2 commits into
MetaMask:mainfrom
MajorLift:add/platform-skills

Conversation

@MajorLift

@MajorLift MajorLift commented Jun 5, 2026

Copy link
Copy Markdown

Adds a new platform domain — the extension's runtime architecture and its failure modes — plus testing and utility skills across other domains.

Why for the extension: the platform domain is extension-specific — the MV3 service-worker lifecycle, extension architecture, and runtime-error debugging apply only to the extension. browser-extension-profiling and benchmark-design measure extension performance honestly.

platform (new domain)

  • extension-errors-debugging — triage extension runtime errors to root cause.
  • extension-lifecycle-decoupling — decouple work from the MV3 service-worker lifecycle.
  • Knowledge: extension-architecture, mv3-service-worker.

testing

  • benchmark-design — design a benchmark that measures what you think it does.
  • Knowledge: benchmark-statistical-hygiene.

performance

  • browser-extension-profiling — profile a browser extension for real bottlenecks.

coding

  • resilient-api-collection — collect from flaky / rate-limited APIs without losing data.

CHANGELOG updated; commits GPG-signed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant